A. head – r
B. tail
C. eof
D. bof
Advertisement
Related Mcqs:
- Which command is used to save the standard output in a file, as well as display it on the terminal ?
- A. more B. cat C. grep D. tee...
- What command is used to display a file contents in octal form ?
- A. oct B. of C. od D. cd...
- What command is used to save the standard output in a file, as well as display it on the terminal ?
- A. tee B. grep C. cat D. more...
- Which command is used to display a file contents in octal form ?
- A. cd B. od C. of D. oct...
- Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?
- A. cut sales empl.lst B. /sales > empl.lst C. grep sales empl.lst D. cat | /sales > empl.lst...
- Which command is used to display the top of the file ?
- A. cat B. head C. more D. grep...
- Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it ?
- A. who | tee user.lst B. who > user.lst C. who >> user.lst D. who < user.lste...
- While working with mail command, which command is used to save mail in a separate file ?
- A. s B. r C. w D. d...
- Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file ?
- A. ls -F -x B. ls -l C. ls ~ x D. Ip...
- Which of the following options will be used to display number of blocks used by a file?
- A. -c B. -i C. -d D. -s...
Advertisement